The Return Statement A Return statement allows you to stop execution of a handler before all its statements are executed and to obtain a value. Many of the preceding examples in this chapter use Return statements.